home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/fprint/r3fpjoin.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("oops/r3gadget.js")
- var R3CLID_FPJOINTGADGET = 1608;
-
- R3FPJGM_JOINT = 1608000;
-
- function _R3FPJGM_JOINT() {
- return this.r3Do(R3FPJGM_JOINT, arguments);
- }
-
- function r3Fpjointgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FPJOINTGADGET, arguments);
- }
- // Methods
- this.JOINT=_R3FPJGM_JOINT;
-
- // Attributes
- }
-
- r3Fpjointgadget.prototype=new r3Gadget;
- // inc/plugins/objects/fprint/r3fpjoin.h_H